Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
chdir
chdir
Change directory
Name:
chdir
Category:
Directory functions
Programming Language:
php
One-line Description:
Change the current directory.
Related
What’s the Difference Between chdir() and chroot()? When Should Each Be Used in PHP?
1
Practical Example of Directory Traversal Using chdir(), opendir(), and readdir()
9
"a", "b", "c"
3
Similar Functions
chdir
chdir
Changedirectory
getcwd
getcwd
Getthecurrentworking
dir
dir
Returnsaninstanceoft
rewinddir
rewinddir
Rewindthedirectoryha
scandir
scandir
Listfilesanddirector
opendir
opendir
Openthedirectoryhand
readdir
readdir
Readentriesfromdirec
closedir
closedir
Closethedirectoryhan
Popular Articles
Practical Example of Directory Traversal Using chdir(), opendir(), and readdir()
What’s the Difference Between chdir() and chroot()? When Should Each Be Used in PHP?
"a", "b", "c"